Next | Prev | Up | Top | Contents | Index

Running the Profiler

The profiler program, prof, analyzes raw profiling information and produces a printed report. The program analyzes either pc sampling or basic block counting data.


prof Syntax

The syntax for prof is:

prof [options] [prog_name] [profile_filename ...]

options

One of the keywords or keyword abbreviations shown in Table 4-1. (Specify either the entire name or the initial character of the option, as indicated in the table.)

prog_name

Specifies the name of the program whose profile data is to be profiled.

profile_filename

Specifies one or more files containing the profile data gathered when the profiled program executed (defaults are explained below). If you specify more than one file, prof sums the statistics in the resulting profile listings.

prof Defaults

The prof program has these defaults:


Next | Prev | Up | Top | Contents | Index